home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 5
/
MacMania 5.toast
/
/
Internet software
/
NewsWatcher
/
NW Source
/
Source
/
readme.c
< prev
next >
Wrap
Text File
|
1995-11-17
|
1KB
|
61 lines
/*----------------------------------------------------------------------------
This note describes how NewsWatcher's source code is organized.
def.h
Reusable constant and type definitions.
glob.h and glob.c
Global non-reusable constant, type, and variable definitions.
newswatcher.c
The main program, main event loop, high level event handlers,
initialization, and termination code.
NewsWatcher.rsrc
NewsWatcher's resources.
balloons.r
NewsWatcher's Balloon Help resources, compiled using
Metrowerk's "Rez" compiler plugin.
article.c
dialog.c
dummy.c
message.c
group.c
help.c
status.c
subject.c
text.c
Window handling modules. The high level event handlers
in newswatcher.c dispatch events to these modules.
about.c through wind.c
Middle level modules.
ftp.c
nntp.c
smtp.c
net.c
Reusable low-level TCP/IP modules. The net.c module is the
only one which talks directly to the network driver.
dnr.c
Apple's MacTCP DNR glue.
apputil.c through windutil.c
Reusable utility modules.
----------------------------------------------------------------------------*/